Hello Rob, there is a typo in your call, you need to use AkSoundEngine and not AKSoundEngine.
C# is case sensitive, explaining why in your case Unity does not recognize AKSoundEngine.
You can work around this by using the auto-complete feature of your IDE.
Hope this helps !