Right now the AudioKinetic SDK installs to C:/Program Files (x86)/AudioKinetic/SDK on Windows. This makes it impossible to compile the Android Unity integration on Windows because the path has spaces, which the Android make system can't deal with.
The solution for me was to create a symbolic link to SDKs in C:/ProgramData/AKSDK and redefine the environment variable WWISESDK, but I think it should be moved so otherse users don't run into this.
Thoughts?