How to find Azure SDK installed on local dev machine

azure

Solution

I found my installs at:

C:\Program Files\Microsoft SDKs\Azure.NET SDK

Problem

Could someone please help me with how to find/know the Azure SDK installed on a machine? The reason being, I am trying to use Azure Cache and it's complaining about SDK.

Original source