Hi Jim
If you are restricted to KSDK you may be able to find someone who has added the missing features in the KDSK forum:
or you may need to upgrade to SDK 2.3 which includes a basic interrupt example.
If you need to upgrade it yourself manually it is only two additional operations as follows (using simple end of conversion interrupt):
1. Enter the ADC's interrupt handler into the vector table and enable this interrupt with its required interrupt priority
2. Set the ADC_SC1A_AIEN bit in the ADC0_SC1A register
Then start the conversion as normal and the interrupt will fire when it completes.
Regards
Mark